Skip to content

Conversation

@abeytom07
Copy link
Contributor

Description

Please include a summary of the change, motivation and context.

Testing

Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

Documentation

Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.

@abeytom07 abeytom07 requested a review from a team as a code owner July 10, 2025 20:25
@abeytom07 abeytom07 merged commit 53463bf into main Jul 11, 2025
1 check passed
@abeytom07 abeytom07 deleted the handle_truststore_password branch July 11, 2025 00:18
echo "Using the classpath \$CLASSPATH"

# Check for trust store password file
if [ ! -z "\$TRUST_STORE_PWD_FILE" ] && [ -f "\$TRUST_STORE_PWD_FILE" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we do it using environment variable as well? secret can be mounted both as file or env variable.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of the security scanners flagged mounting secret as env variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants